home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / gn301a.zip / GETNODE.TXT < prev   
Text File  |  1991-03-16  |  3KB  |  81 lines

  1. GETNODE Version 3.01a
  2.  
  3.  
  4.    GETNODE is a program that will  display the  node (station) address of a
  5. ARCNET card.  GETNODE does not  rely on what  the I/O address of the ARCNET
  6. card is.  GETNODE also does not  rely on what interrupt number  is used for
  7. the ARCNET card.  What GETNODE does  require is the memory  address segment
  8. setting of the ARCNET card being tested.  This program does not require any
  9. network software being loaded onto the workstation and is therefore network
  10. independent.
  11.  
  12.    Syntax:    GETNODE {address}
  13.  
  14.       where {address} is an optional parameter.  This parameter is  the HEX
  15. memory address  segment to be used.  If you supply  this parameter, it must
  16. be four  digits in length.  Some ARCNET documentation has the segment being
  17. five digits in length.  The last digit  is actually the offset  within that
  18. segment; therefore if you see D0000 (or D000:0), it is in fact segment D000
  19. with an  offset of 0 into that segment.
  20.  
  21.    NOTE: If no memory  address segment is  supplied to GETNODE, the default
  22. memory address segment setting of D000 will be used.
  23.  
  24.    Examples:
  25.  
  26.       GETNODE
  27.       GETNODE E000
  28.  
  29.    Although it  was stated  above that  GETNODE does  not rely  on the  I/O
  30. address of the ARCNET card, it can be used, if this  program cannot get the
  31. node address.  If GETNODE  cannot get the node  address of the station, you
  32. have the  option of  allowing GETNODE  to reset  the ARCNET  card and  then
  33. attempt to get the node address.  
  34.  
  35.    The following, are ARCNET cards that GETNODE has been  used successfully
  36. on:
  37.  
  38.     1. Aquila AQ-PCA 108/208/308
  39.     2. Corman CorNet ARCNET card
  40.     3. Puredata PDI507
  41.     4. Puredata PDI516T
  42.     5. Standard Microsystems Corporation PC130/PC130E/PC270E
  43.  
  44.  
  45. History:
  46.  
  47. 26/05/90 - Version 1.01
  48.               - Original program release.
  49. 27/06/90 - Version 2.00
  50.               - Modification to allow the user to supply the memory address
  51.                 segment of the ARCNET card in HEX.
  52. 15/09/90 - Version 2.01
  53.               - Changed the  address segment  parameter from  5 digits to 4
  54.                 digits to avoid confusion. ie. D000 instead of D0000
  55. 23/10/90 - Version 2.02
  56.               - Added display of node address in hexadecimal and in binary.
  57.               - Cosmetic change of screen.
  58. 16/02/91 - Version 3.00
  59.               - Allow the  option of  resetting the  ARCNET card.  The user
  60.                 is asked to supply the I/O address of the ARCNET card.
  61.               - List of  ARCNET cards (in this file) that GETNODE  has been
  62.                 successfully used on.
  63. 12/03/91 - Version 3.01
  64.               - Display the I/O address after the card (when applicable).
  65.               - Cosmetic change of screen.
  66. 16/03/91 - Version 3.01a
  67.               - Change to copyright notice.
  68.  
  69.                                           Dick Lee
  70.                                           CIS: [72717,1603]
  71.                                           IRB Network: Dick Lee@Sys@IRB_Ott
  72.  
  73.    Thanks go to Walt Thirion [70020,610], of the Thomas-Conrad Corporation,
  74. for his help in explaining how I would go about getting the ARCNET address.
  75. GETNODE was written using Turbo Pascal Version 5.5.
  76.  
  77.    Although this program  has been placed  into the  public domain, GETNODE
  78. carries a copyright notice.  I reserve  all rights to this program; however
  79. GETNODE may be used, and distributed, freely.  In other words, this program
  80. is FREEWARE.
  81.